home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1 / Ian and Stuart's One (Australia).iso / Australasian Legends / Commercial / Rainbow Hill / MacDOS™ 2.0.0 / autoexec.bat < prev    next >
DOS Batch File  |  1994-08-10  |  436b  |  24 lines

  1. @echo off
  2. echo.
  3. !set showae=yes
  4. prompt $p$g
  5. substvol c 1
  6. date yy-mm-dd
  7. time 0:0:0
  8. !
  9. ! the following lines ensure that the folders with MacDOS and with the
  10. ! MacDOS batch files are searched
  11. !
  12. ! DO NOT ATTACH TO OTHER FOLDERS BEFORE UPDATING THE PATH
  13. !
  14. set w1=%where%
  15. decr w1 by \
  16. incr w1 by \batches
  17. path "c:\;1:\aliases;%where%;%w1%"
  18. set w1=
  19.  
  20. !
  21. ! This sets loads the abbreviations defined in the file named 'abbrev'
  22. !
  23. set abbrev=abbrev
  24.